Skip to content

Commit

Permalink
temporary workflow enviroment test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbueno committed Sep 28, 2024
1 parent 2949b21 commit 8ed7f18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -35,7 +35,7 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
name: pypitestfail
url: https://pypi.org/p/extrainterpreters
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand All @@ -53,6 +53,8 @@ jobs:
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
environment:
name: pypitestfail
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ed7f18

Please sign in to comment.