Skip to content

Commit

Permalink
Remove triggers from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf authored Dec 31, 2023
1 parent 9a1b546 commit e15b14b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Release on PYPI
on:
workflow_dispatch:
workflow_call:
push:
branches:
- master
paths:
- pyproject.toml

env:
DEFAULT_PYTHON: 3.11
Expand Down Expand Up @@ -56,4 +51,4 @@ jobs:
uses: actions/download-artifact@v3

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e15b14b

Please sign in to comment.