Skip to content

Commit

Permalink
version fix 0.2.3 testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonDylan committed Aug 4, 2021
1 parent 6268f6a commit 30acc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
env:
TEST_PYPI_TOKEN_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
poetry update
poetry build
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish -r testpypi --username "__token__" --password $TEST_PYPI_TOKEN_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SciDataLib"
version = "0.2.21"
version = "0.2.3"
description = "Python library for development of SciData JSON-LD files"
authors = [
"Stuart Chalk <schalk@unf.edu>",
Expand Down

0 comments on commit 30acc9b

Please sign in to comment.