Skip to content

Commit

Permalink
Allow publishing existing release
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 1, 2022
1 parent 24cd91f commit b717ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git config --global user.name "github-actions@github.com"
git add pyproject.toml
git commit -m "Release ${VERSION}"
git push
git push || true
- name: Publish to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit b717ff0

Please sign in to comment.