Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
Add upload step back
  • Loading branch information
nreinicke authored Jul 12, 2023
1 parent 852cb9f commit a14e985
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,20 @@ jobs:
name: wheels
path: dist

# upload:
# needs: build
# runs-on: ubuntu-latest
# environment:
# name: pypi
# url: https://pypi.org/p/altrios
# permissions:
# id-token: write
# steps:
# - name: Download all workflow run artifacts
# uses: actions/download-artifact@v2
# with:
# name: wheels
# path: dist
upload:
needs: build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/altrios
permissions:
id-token: write
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
with:
name: wheels
path: dist

# - name: publish package
# uses: pypa/gh-action-pypi-publish@release/v1
- name: publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a14e985

Please sign in to comment.