Skip to content

Commit 2a1a558

Browse files
ci: fix release one more time
1 parent 68d2a58 commit 2a1a558

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
release:
99
name: Release
1010
runs-on: ubuntu-latest
11+
environment:
12+
name: pypi
13+
url: https://pypi.org/p/err-aprs-backend
1114
permissions:
1215
id-token: write
1316
steps:
@@ -19,16 +22,13 @@ jobs:
1922
uses: actions/setup-python@v4.5.0
2023
with:
2124
python-version: "3.11"
22-
2325
- name: Install pip and poetry
2426
run: |
2527
pip install --upgrade --constraint .github/workflows/constraints.txt pip poetry
2628
pip --version
2729
poetry --version
28-
2930
- name: Build package
3031
run: |
3132
poetry build
32-
33-
- name: Publish package on PyPI
34-
uses: pypa/gh-action-pypi-publish@v1.8.3
33+
- name: Publish package distributions to PyPI
34+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)