Skip to content

Commit

Permalink
build: publish rc and release to pypi (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Askepios-ai <[email protected]>
  • Loading branch information
nohr-ai and Askepios-ai authored Sep 15, 2023
1 parent e13fcfe commit e9c66c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
run: poetry build

- name: Publish to TestPyPI
if: github.ref == 'refs/heads/beta'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand All @@ -99,7 +98,6 @@ jobs:
masterblaster-py
- name: Publish to PyPI
if: github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit e9c66c2

Please sign in to comment.