Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed May 11, 2024
1 parent eb0cdc8 commit 8bc7fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish cli to pypi
- name: Build and publish api to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
package_directory: "cli"
package_directory: "api"
allow_poetry_pre_release: "yes"
- name: Build and publish api to pypi
- name: Build and publish cli to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
package_directory: "api"
package_directory: "cli"
allow_poetry_pre_release: "yes"
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pyyaml = "^6.0.1"
yaspin = "^3.0.2"
inquirerpy = "^0.3.4"
appdirs = "^1.4.4"
anipy-api = "^3.0.0"
anipy-api = "^3.0.0.dev0"
pypresence = "^4.3.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit 8bc7fc9

Please sign in to comment.