We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2663c2f commit 7aff9aaCopy full SHA for 7aff9aa
1 file changed
.github/workflows/build.yml
@@ -1,9 +1,9 @@
1
name: build
2
on:
3
push:
4
- # Sequence of patterns matched against refs/tags
5
- tags:
6
- - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ branches: [ master ]
+ pull_request:
7
jobs:
8
build:
9
runs-on: Ubuntu-18.04
@@ -36,9 +36,3 @@ jobs:
36
- name: Build binary wheel and a source tarball
37
if: ${{ matrix.python-version == '3.6.8' }}
38
run: python setup.py sdist
39
- - name: Publish a Python distribution to PyPI
40
- if: ${{ matrix.python-version == '3.6.8' }}
41
- uses: pypa/gh-action-pypi-publish@release/v1
42
- with:
43
- user: __token__
44
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments