Skip to content

Commit

Permalink
fix: release.yml (yet again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamton-aquib committed Feb 25, 2024
1 parent 4413ebc commit fe6b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build and Publish with poetry
env:
PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
run: |
poetry build
Expand Down

0 comments on commit fe6b896

Please sign in to comment.