Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 26, 2024
1 parent 597a722 commit bdcdfb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
publish:
runs-on: ubuntu-latest
name: "Publish library"
env:
PYTHON_VERSION: 3.12

steps:
- name: Check out
Expand All @@ -21,12 +19,6 @@ jobs:
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Set up Python
id: setup-python
run: |
uv python install ${{ env.PYTHON_VERSION }}
uv python pin ${{ env.PYTHON_VERSION }}
- name: Build package
run: |
VERSION=$(uvx dunamai from any --no-metadata --style pep440)
Expand Down

0 comments on commit bdcdfb8

Please sign in to comment.