Skip to content

Commit eabb460

Browse files
authored
Only run manually for now
1 parent 9bb4d71 commit eabb460

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: Publish Quarto PyPi
44

55
on:
6-
push:
7-
branches:
8-
- main
96
workflow_dispatch:
107
inputs:
118
publish-release:
@@ -48,4 +45,4 @@ jobs:
4845
repository-url: https://test.pypi.org/legacy/
4946
- name: Publish package distributions to PyPI
5047
uses: pypa/gh-action-pypi-publish@release/v1
51-
if: ${{ inputs.publish-release }}
48+
if: ${{ inputs.publish-release }}

0 commit comments

Comments
 (0)