Skip to content

Commit

Permalink
ci: fix pypi steps
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 12, 2024
1 parent 588ea8d commit d30a794
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- build
- pre-commit
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/OctoPrint-MfaTotp
permissions:
id-token: write
steps:
- name: ⬇ Download build result
uses: actions/download-artifact@v4
Expand All @@ -66,6 +71,11 @@ jobs:
if: github.event_name == 'release'
needs: publish-on-testpypi
runs-on: ubuntu-latest
environment:
name: pypi
url: https://test.pypi.org/p/OctoPrint-MfaTotp
permissions:
id-token: write
steps:
- name: ⬇ Download build result
uses: actions/download-artifact@v4
Expand Down

0 comments on commit d30a794

Please sign in to comment.