We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275c9e9 commit 32aef1fCopy full SHA for 32aef1f
.github/workflows/pypipublish.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
tests:
9
name: run tests
10
- uses: ./.github/workflows/unittest.yml
+ uses: ./.github/workflows/python-ci.yml
11
build-n-publish:
12
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
13
needs: [tests]
0 commit comments