Skip to content

Commit

Permalink
Merge branch 'main' into toolchain/fix-version
Browse files Browse the repository at this point in the history
  • Loading branch information
prcr authored Dec 6, 2023
2 parents c2dda63 + 6ce4408 commit b3f7f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
path: dist/

- name: Deploy to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
repository-url: https://test.pypi.org/legacy/

Expand All @@ -160,7 +160,7 @@ jobs:
path: dist/

- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11

deploy-gh-pages:
name: Deploy GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.4.2
pytest==7.4.3
pytest-cov==4.1.0
coverage==7.2.7
mkdocs-material==9.2.5
Expand Down

0 comments on commit b3f7f63

Please sign in to comment.