Skip to content

Commit

Permalink
Start re-enabling publish portion
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 10, 2024
1 parent 688e430 commit d5e1912
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,26 +111,26 @@ jobs:
name: sdist_files
path: dist/*.tar.gz

# publish_wheels:
# permissions:
# id-token: write
# name: Publish wheels on pypi
# needs: [build_wheels, build_sdist]
# runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags')
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: bdist_files
# path: dist

# - uses: actions/download-artifact@v3
# with:
# name: sdist_files
# path: dist

# - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
publish_wheels:
permissions:
id-token: write
name: Publish wheels on pypi
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
with:
name: bdist_files
path: dist

- uses: actions/download-artifact@v3
with:
name: sdist_files
path: dist

#- name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d5e1912

Please sign in to comment.