Skip to content

Commit 4d59112

Browse files
author
Hugo Osvaldo Barrera
committed
Stop publishing packages to GitHub
These have no added value; the ones from PyPI should be used instead.
1 parent 72ad412 commit 4d59112

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,6 @@ on:
66
- v*
77

88
jobs:
9-
github-release:
10-
runs-on: ubuntu-18.04
11-
name: Publish GitHub Release
12-
steps:
13-
- uses: actions/checkout@master
14-
- uses: actions/setup-python@v1
15-
with:
16-
python-version: 3.7
17-
architecture: x64
18-
- name: Install build dependencies
19-
run: pip install wheel
20-
- name: Build packages
21-
run: python setup.py sdist bdist_wheel
22-
- name: Release
23-
uses: softprops/action-gh-release@v1
24-
with:
25-
files: dist/*
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
289
pypi:
2910
runs-on: ubuntu-18.04
3011
name: Publish package on PyPI

0 commit comments

Comments
 (0)