Skip to content

Commit

Permalink
rm publishPackage workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 11, 2022
1 parent 2ef3a56 commit 6a34b63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ on:
release:
types: [published]

workflow_dispatch:
inputs:
publishPackage:
description: "publish Package"
required: true
default: true
type: boolean

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,7 +35,6 @@ jobs:
git config --local user.name "materialsproject"
git fetch --all --prune
git checkout main
git pull
python${{ matrix.python-version }} -m build
cd docs_rst
python${{ matrix.python-version }} featurizer_summary.py > featurizer_summary.rst
Expand All @@ -61,7 +52,6 @@ jobs:
git push
- name: Publish package
if: ${{ inputs.publishPackage }}
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
user: __token__
Expand Down

0 comments on commit 6a34b63

Please sign in to comment.