Skip to content

Commit

Permalink
Modified password key
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Dec 18, 2022
1 parent 1d01a4c commit dc7b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.AMULET_NBT_PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
twine upload dist/* --skip-existing

0 comments on commit dc7b658

Please sign in to comment.