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 bc69257 commit 337cb37Copy full SHA for 337cb37
.github/workflows/pypi.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "Checking import and version number (on release)"
41
venv-bdist/bin/python -c "import pymc_marketing as pmm; assert pmm.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else pmm.__version__; print(pmm.__version__)"
42
cd ..
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
44
with:
45
name: artifact
46
path: dist/*
0 commit comments