Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
estyxx committed May 20, 2024
1 parent 990e679 commit edfb17f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
python-version: "3.12"
cache: true

- name: Install dependencies
run: |
pdm install
- name: Ensure lock file is up to date
run: |
pdm lock --check
Expand All @@ -37,5 +33,8 @@ jobs:
run: |
pdm sync -d
- name: Build package
run: pdm build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit edfb17f

Please sign in to comment.