Skip to content

Commit

Permalink
🔧 also publish emulated wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jun 23, 2023
1 parent dbcccf6 commit b4c3abe
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/emulated-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
# TODO: Uncomment this in a subsequent PR after one release has been made
# deploy:
# if: github.event_name == 'release' && github.event.action == 'published'
# name: 🚀 Deploy to PyPI
# runs-on: ubuntu-latest
# environment:
# name: pypi
# url: https://pypi.org/p/mqt.core
# permissions:
# id-token: write
# needs: [build_wheels_emulation]
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: artifact
# path: dist
# - uses: pypa/gh-action-pypi-publish@release/v1

deploy:
if: github.event_name == 'release' && github.event.action == 'published'
name: 🚀 Deploy to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/mqt.core
permissions:
id-token: write
needs: [build_wheels_emulation]
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b4c3abe

Please sign in to comment.