Browse Source

Finished debugging PyPI upload now

David Robertson 2 years ago
parent
commit
e990b03f56
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/publish.yml

+ 0 - 1
.github/workflows/publish.yml

@@ -2,7 +2,6 @@ name: "Build and upload to PyPI"
 on:
   release:
     types: ["published"]
-  workflow_dispatch:
 
 jobs:
   upload: