Skip to content

Commit 4f45be5

Browse files
committed
fix: pypi oidc
1 parent 4493907 commit 4f45be5

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker
1+
name: Upload Docker Image
22

33
# This workflow uses actions that are not certified by GitHub.
44
# They are provided by a third-party and are governed by

.github/workflows/python-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
name: Upload Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
# Publish semver tags as releases.
14+
tags: [ 'v*.*.*' ]
1415

1516
permissions:
1617
contents: read
@@ -34,6 +35,3 @@ jobs:
3435
run: python -m build
3536
- name: Publish package
3637
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37-
with:
38-
user: __token__
39-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)