Skip to content

Commit 6760660

Browse files
authored
Merge pull request #18 from agntcy/update-publish
chore: revert to password for pypi publishing.
2 parents 2e112ff + e0cde4a commit 6760660

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/pypi.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77
- 'v[0-9]+.[0-9]+.[0-9]+a[0-9]+'
8+
- 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
9+
- 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+'
10+
- 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+.dev[0-9]+'
11+
- 'v[0-9]+.[0-9]+.[0-9]+a[0-9]+.dev[0-9]+'
812
workflow_dispatch:
913

1014
env:
@@ -57,3 +61,5 @@ jobs:
5761
5862
- name: Publish package distributions to PyPI
5963
uses: pypa/gh-action-pypi-publish@release/v1
64+
with:
65+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)