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 9bb4d71 commit eabb460Copy full SHA for eabb460
.github/workflows/publish.yml
@@ -3,9 +3,6 @@
3
name: Publish Quarto PyPi
4
5
on:
6
- push:
7
- branches:
8
- - main
9
workflow_dispatch:
10
inputs:
11
publish-release:
@@ -48,4 +45,4 @@ jobs:
48
45
repository-url: https://test.pypi.org/legacy/
49
46
- name: Publish package distributions to PyPI
50
47
uses: pypa/gh-action-pypi-publish@release/v1
51
- if: ${{ inputs.publish-release }}
+ if: ${{ inputs.publish-release }}
0 commit comments