Skip to content

Commit

Permalink
Fix GitHub Actions workflow for release and tagging (#45)
Browse files Browse the repository at this point in the history
Change log:
 1. Added python version to poetry-publish github action.
  • Loading branch information
shaharbar1 authored Aug 21, 2024
1 parent 4006e46 commit 8930cf9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python 3.8 # required for poetry
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.8.1"
pypi_token: ${{ secrets.PYPI_TOKEN }}

- name: Create a Git tag
Expand Down

0 comments on commit 8930cf9

Please sign in to comment.