Skip to content

Commit

Permalink
revert release workflow since required
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed May 1, 2024
1 parent a22809d commit ed39cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
poetry install --sync --no-interaction --no-root
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
- name: Publish package
run: poetry publish --build

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand All @@ -38,6 +41,3 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true

- name: Publish package
run: poetry publish --build

0 comments on commit ed39cd6

Please sign in to comment.