Skip to content

Commit

Permalink
ci: fix release one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Apr 15, 2024
1 parent 68d2a58 commit 2a1a558
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/err-aprs-backend
permissions:
id-token: write
steps:
Expand All @@ -19,16 +22,13 @@ jobs:
uses: actions/setup-python@v4.5.0
with:
python-version: "3.11"

- name: Install pip and poetry
run: |
pip install --upgrade --constraint .github/workflows/constraints.txt pip poetry
pip --version
poetry --version
- name: Build package
run: |
poetry build
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.8.3
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2a1a558

Please sign in to comment.