Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 8, 2024
2 parents 2e9c38a + ed0c4bd commit 3f3993a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

environment:
name: testpypi
url: https://test.pypi.org/p/openwfs

# enable openid authentication for PyPi

permissions:
id-token: write # Required for OIDC

Expand Down Expand Up @@ -50,4 +50,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 3f3993a

Please sign in to comment.