Skip to content

Commit

Permalink
Update testpypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop authored Oct 4, 2024
1 parent 932af14 commit 91a3c04
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Publish to TestPyPI using Poetry

# trigger upload on a new push to master
on:
push:
branches:
- master # You can change this to the branch you want to trigger the workflow

- master
jobs:
build:
runs-on: ubuntu-latest

# enable openid authentication for PyPi
permissions:
id-token: write # Required for OIDC
contents: read

steps:
# Checkout the repository
- name: Check out the repository
Expand Down

0 comments on commit 91a3c04

Please sign in to comment.