Skip to content

Commit

Permalink
ci: start publishing to pypi (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahojyun authored Apr 6, 2024
1 parent edafaf8 commit 77487c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# TODO: Set to false to actually publish
dry-run: true
plugins: |
[
"@semantic-release/commit-analyzer",
Expand All @@ -80,9 +78,7 @@ jobs:
]
outputs:
version: ${{ steps.semantic-release.outputs.release-version || '0.0.0-dev' }}
# TODO: Set to true to actually publish
# published: ${{ steps.semantic-release.outputs.new-release-published || 'false' }}
published: 'false'
published: ${{ steps.semantic-release.outputs.new-release-published || 'false' }}

# Should run on every push and PR
build-wheel:
Expand Down Expand Up @@ -210,6 +206,3 @@ jobs:
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
# TODO: Switch to pypi when ready
repository-url: https://test.pypi.org/legacy/

0 comments on commit 77487c7

Please sign in to comment.