Skip to content

Commit

Permalink
Merge pull request #237 from lifeomic/NO-JIRA/fix-release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
shawnzhu authored Dec 18, 2024
2 parents 7d6e06d + ecf327b commit 6b30373
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 643 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Publish to PyPi
env:
TWINE_USERNAME: ${{ secrets.LIFEOMIC_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.LIFEOMIC_PYPI_TOKEN }}
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.LIFEOMIC_PYPI_USERNAME }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.LIFEOMIC_PYPI_TOKEN }}
run: |
./publish.sh
- name: Deploy Docs
Expand Down
Loading

0 comments on commit 6b30373

Please sign in to comment.