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 68d2a58 commit 2a1a558Copy full SHA for 2a1a558
.github/workflows/release.yml
@@ -8,6 +8,9 @@ jobs:
8
release:
9
name: Release
10
runs-on: ubuntu-latest
11
+ environment:
12
+ name: pypi
13
+ url: https://pypi.org/p/err-aprs-backend
14
permissions:
15
id-token: write
16
steps:
@@ -19,16 +22,13 @@ jobs:
19
22
uses: actions/setup-python@v4.5.0
20
23
with:
21
24
python-version: "3.11"
-
25
- name: Install pip and poetry
26
run: |
27
pip install --upgrade --constraint .github/workflows/constraints.txt pip poetry
28
pip --version
29
poetry --version
30
- name: Build package
31
32
poetry build
33
- - name: Publish package on PyPI
34
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ - name: Publish package distributions to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments