We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03af00 commit fd77257Copy full SHA for fd77257
.github/workflows/release-pypi.yml
@@ -6,12 +6,12 @@ jobs:
6
build_and_package_pypi:
7
if: contains(github.event.head_commit.message, 'Release')
8
name: Build and package Pypi
9
+ permissions:
10
+ id-token: write
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout master
14
uses: actions/checkout@v1
- with:
- python-version: 3.7
15
- name: Install pypa/build
16
run: >-
17
python -m
@@ -26,6 +26,4 @@ jobs:
26
--wheel
27
--outdir dist/
28
- name: Publish distribution 📦 to PyPI
29
- uses: pypa/gh-action-pypi-publish@master
30
31
- password: ${{ secrets.PYPI_API_TOKEN }}
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments