We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0477510 commit d87f460Copy full SHA for d87f460
1 file changed
.github/workflows/python-app.yaml
@@ -99,7 +99,7 @@ jobs:
99
(sleep 30 && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ $PACKAGE_NAME) || \
100
(sleep 60 && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ $PACKAGE_NAME)
101
# Basic import test
102
- python -c "import $PACKAGE_NAME; print('Installation successful!')"
+ python -c "import flixOpt; print('Installation successful!')"
103
104
publish-pypi:
105
name: Publish to PyPI
0 commit comments