Skip to content

Commit

Permalink
test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 14, 2023
1 parent 918ebf1 commit 2036a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Publish
run: |
echo $PYPI_TOKEN
poetry config pypi-token.pypi pypi-AgEIcHlwaS5vcmcCJDdjYTYzOWExLTBkNjctNDExYS05ZWNkLTE3MDJmZjQxMmFkNgACKlszLCI4NTkyZGE0My0xYmM1LTQxYzAtODU3Yy0zNmY5OTM4MmY1NDUiXQAABiBchIKWOyXWtxd9PzXcuKPU0YsGTdMNYalkowTNQ9NgjA
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
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 = "martin-eden"
version = "0.9.4"
version = "0.9.7"
description = "async backend framework on sockets"
authors = ["mrtedn21 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2036a86

Please sign in to comment.