Skip to content

Commit 56048cd

Browse files
committed
Update workflow dependency from 'smoke_test' to 'test'
In the PyPi release workflow, the dependency has been updated from 'smoke_test' to 'test'. This change ensures that the correct test suite is run before the package is published to PyPi. 🔄🧪
1 parent b085346 commit 56048cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pytest
4545
4646
pypi_release:
47-
needs: smoke_test
47+
needs: test
4848
runs-on: ubuntu-latest
4949
name: Publish to PyPi
5050
permissions:

0 commit comments

Comments
 (0)