Skip to content

Commit

Permalink
restore pdm lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Mar 22, 2024
1 parent 2bd934c commit abfcf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git fetch origin gh-pages:gh-pages
tag="${{ github.ref_name }}"
DOC_VERSION=${tag%.*}
nox -s deploy_docs -- --alias-type=copy --update-aliases "$DOC_VERSION" latest
nox -s docs -- deploy --alias-type=copy --update-aliases "$DOC_VERSION" latest
git push origin gh-pages
- name: Publish package distributions to PyPI
run: nox -s publish -- --no-build
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

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

0 comments on commit abfcf34

Please sign in to comment.