Skip to content

Commit

Permalink
fix bug in version number for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lo committed Aug 8, 2024
1 parent ff270fe commit 33ff4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
pip install -e .
- name: Build docs
run: |
git pull
mike deploy --push ${{ env.docs_version_name }}
echo "Documentation available at: http://network-wrangler.github.io/projectcard/${{ env.docs_version_name }}"
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 33ff4b9

Please sign in to comment.