Skip to content

Commit

Permalink
remove release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Mar 14, 2024
1 parent 31cd30e commit 1f3ac7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel
twine check dist/*
- name: Upload packages to GitHub release
uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
file_glob: true
tag: ${{ github.ref }}
overwrite: true
# - name: Upload packages to GitHub release
# uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: dist/*
# file_glob: true
# tag: ${{ github.ref }}
# overwrite: true

- name: Upload packages to Jazzband
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

3 comments on commit 1f3ac7c

@eniasqurku
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@medbenmakhlouf Sorry didn't know where to write hence i'm writing here. Why isn't the latest version released on pypi?

@medbenmakhlouf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eniasqurku I am waiting for the confirmation from the author to perform the release action.

@eniasqurku
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I appreciate it!

Please sign in to comment.