Skip to content

Commit

Permalink
updated a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kousuke-nakano committed Dec 21, 2023
1 parent e514f0e commit d911317
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/shry-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
deploy-pypi:
run: echo "${{ github.repository }}"
if: github.repository == 'shry-project/SHRY'
runs-on: ubuntu-latest

Expand All @@ -28,7 +27,6 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish distribution to Test PyPI
run: echo "${{ github.ref }}"
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit d911317

Please sign in to comment.