Skip to content

Commit

Permalink
Fix GHA for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 13, 2022
1 parent 9c4e1dc commit d75edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: "3.10"
- name: Build Project and Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit d75edfc

Please sign in to comment.