Skip to content

Commit

Permalink
Use env variable for PyPI user
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Jun 20, 2024
1 parent 577571c commit 42d435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Check using Twine
run: twine check dist/*
- name: Upload to PyPI
run: twine upload -u meteostat -p ${{ secrets.PYPI_PASSWORD }} dist/*
run: twine upload -u ${{ env.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }} dist/*

0 comments on commit 42d435c

Please sign in to comment.