Skip to content

Commit

Permalink
Revert "try download and merge artifacts"
Browse files Browse the repository at this point in the history
This reverts commit c3768b6.
  • Loading branch information
elisalle committed Jan 29, 2025
1 parent c8f6eca commit b7c7a2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ jobs:
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
# release on every tag
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
with:
pattern: artifact-*
merge-multiple: true
path: dist

# - name: Upload Github release
# uses: softprops/action-gh-release@v2
- name: Upload Github release
uses: softprops/action-gh-release@v2

# - name: Upload Release Assets to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
- name: Upload Release Assets to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 comments on commit b7c7a2c

Please sign in to comment.