Skip to content

Commit

Permalink
poetry update added to action
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonDylan committed Aug 3, 2021
1 parent a1d003d commit 6268f6a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 60 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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
136 changes: 77 additions & 59 deletions poetry.lock

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

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.2"
version = "0.2.21"
description = "Python library for development of SciData JSON-LD files"
authors = [
"Stuart Chalk <schalk@unf.edu>",
Expand Down

0 comments on commit 6268f6a

Please sign in to comment.