Skip to content

Commit

Permalink
fix: force re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Feb 24, 2024
1 parent f79e6d1 commit 46dcd61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.publish # runs only if release build
with:
skip-existing: true

0 comments on commit 46dcd61

Please sign in to comment.