Skip to content

Commit

Permalink
chore: Fix publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Jul 11, 2023
1 parent 313a8dc commit d287b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
git config --global user.name "Andrew Wilkinson"
export VERSION=$(semantic-release print-version)
if [ ! -z "$VERSION" ]; then
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} PYPI_TOKEN=${{ secrets.PYPI_TOKEN }} semantic-release publish
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} REPOSITORY_USERNAME=__token__ REPOSITORY_PASSWORD="${{ secrets.PYPI_TOKEN }}" semantic-release publish
fi

0 comments on commit d287b3b

Please sign in to comment.