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 c8a47c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: release
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: release
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
Expand Down

0 comments on commit c8a47c2

Please sign in to comment.