Skip to content

Commit

Permalink
Try build steps in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent ca31b7d commit dd0355b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
url: https://pypi.org/p/pyfracgen
permissions:
id-token: write
if: ${{ github.event.workflow_run.conclusion == 'success' }} && startsWith(github.ref, "refs/tags/")
if: ${{ github.event.workflow_run.conclusion == 'success' }} # && startsWith(github.ref, "refs/tags/")
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -27,10 +27,10 @@ jobs:
run: poetry check --no-interaction
- name: Build
run: poetry build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
# - name: Publish
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# skip-existing: true



0 comments on commit dd0355b

Please sign in to comment.