Skip to content

Commit

Permalink
fix: linux向けのmaturin buildが失敗する: pypi.orgへのアップロードジョブに実行条件をつけていたが不要なため削除
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukiToriyama committed Apr 21, 2024
1 parent 26b99c6 commit 9c8f9fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upload-pypi-org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
name: Release
runs-on: ubuntu-latest
environment: pypi
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 9c8f9fa

Please sign in to comment.