Skip to content

Commit

Permalink
Merge pull request #751 from ClearcodeHQ/new-publish
Browse files Browse the repository at this point in the history
Publish package with trusted publishers
  • Loading branch information
fizyk authored May 19, 2023
2 parents 066959a + 95de132 commit 87af7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v1.7.1
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.1.1
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
- v*
jobs:
build-n-publish:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v1.7.1
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.1.1
with:
publish: true
secrets:
pypi_token: ${{ secrets.pypi_password }}
1 change: 1 addition & 0 deletions newsfragments/751.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use pypi's trusted publishers to publish packages.

0 comments on commit 87af7c3

Please sign in to comment.