Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 9d98ed9
Author: Jos Verlinde <[email protected]>
Date:   Thu Jan 18 09:05:39 2024 +0100

    oidc publish

    Signed-off-by: Jos Verlinde <[email protected]>

commit f60da51
Author: Jos Verlinde <[email protected]>
Date:   Wed Jan 17 22:15:35 2024 +0100

    action

    Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Jan 18, 2024
1 parent 0f05fb0 commit b7b87ac
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Python package to testpypi
on:
push:
tags:
- "v*.*.*-*"
workflow_dispatch:
inputs:
tag:
description: "Tag to publish"
required: true
default: "v*.*.*-*"
jobs:
publish_testpypi:
runs-on: ubuntu-latest
# environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"

0 comments on commit b7b87ac

Please sign in to comment.