Skip to content

Commit 7bbc396

Browse files
committed
Remove release-1-8-x
1 parent 5d80daa commit 7bbc396

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,6 @@ on:
2323
- created
2424

2525
jobs:
26-
# TODO: remove once 1.8.x is discontinued
27-
release-1-8-x:
28-
runs-on: ubuntu-latest
29-
container:
30-
image: python:3.11
31-
steps:
32-
- uses: actions/checkout@v3
33-
- name: Install dependencies
34-
run: make dev-env
35-
- name: lint
36-
run: make lint
37-
- name: test
38-
run: make test
39-
- name: Set version
40-
run: make set-version
41-
- name: Build binary wheel and source tarball
42-
run: make dist
43-
- name: Install publish dependencies
44-
run: python -m pip install twine~=6.1
45-
- name: Push to pypi
46-
run: |
47-
export TWINE_USERNAME=__token__
48-
export TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }}
49-
python -m twine upload dist/storey-*.whl
50-
5126
release:
5227
runs-on: ubuntu-latest
5328
container:

0 commit comments

Comments
 (0)