We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048247c commit 11cc22fCopy full SHA for 11cc22f
.github/workflows/deploy-pypi.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build the distribution
24
run: python setup.py sdist bdist_wheel
25
26
- - name: Publish MultiQC to PyPI
+ - name: Publish AGFusion to PyPI
27
if: github.repository == 'murphycj/AGFusion'
28
uses: pypa/gh-action-pypi-publish@release/v1
29
with:
0 commit comments