Skip to content

Commit

Permalink
Rename PYPI_TOKEN to PYPI_TOKEN_OPENFISCA_BOT in CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Jun 28, 2024
1 parent 34bd50e commit 1c18070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ jobs:
path: dist
key: release-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ github.sha }}
- name: Upload a Python package to PyPi
run: twine upload dist/* --username __token__ --password ${{ secrets.PYPI_TOKEN }}
run: twine upload dist/* --username __token__ --password ${{ secrets.PYPI_TOKEN_OPENFISCA_BOT }}
- name: Publish a git tag
run: "${GITHUB_WORKSPACE}/.github/publish-git-tag.sh"

0 comments on commit 1c18070

Please sign in to comment.