Skip to content

Commit

Permalink
GA syntax fix
Browse files Browse the repository at this point in the history
joelb123 committed Dec 4, 2023
1 parent 907bef6 commit 7ba695a
Showing 3 changed files with 19 additions and 22 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ jobs:

- name: Install PDM
uses: pdm-project/setup-pdm@v3
run: pdm --version

- name: Check if there is a parent commit
id: check-parent-commit
@@ -50,8 +49,7 @@ jobs:
#poetry version $version.dev.$(date +%s)
- name: Build package
run: |
pdm build
run: pdm build

- name: Publish package on PyPI
if: steps.check-version.outputs.tag
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ jobs:

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
run: pdm show --version

- name: Install Nox
run: |
36 changes: 18 additions & 18 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ba695a

Please sign in to comment.