Skip to content

Commit

Permalink
Merge pull request #2 from LamaAni/fix_publish
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
LamaAni authored May 26, 2022
2 parents 0fa7f3f + 9908807 commit f9d885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
VERSION_PATH: "yapenv/.version"
VERSION_PATH: "bole/.version"
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit f9d885d

Please sign in to comment.