Skip to content

Commit

Permalink
ci: remove useless steps, also bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Nov 29, 2024
1 parent e68a0c7 commit 132b8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
name: curl_cffi-${{ github.sha }}-${{ matrix.os }}.zip
path: ./wheelhouse/*.whl

- uses: actions/[email protected] # https://github.com/actions/upload-artifact/issues/478
with:
pattern: curl_cffi-*
path: download

upload_all:
needs: [bdist, sdist]
runs-on: ubuntu-latest
Expand All @@ -101,9 +96,6 @@ jobs:
merge-multiple: true
path: dist

- run: |
ls -al dist
- uses: pypa/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "curl_cffi"
version = "0.8.0b3"
version = "0.8.0b6"
authors = [{ name = "Lyonnet", email = "[email protected]" }]
description = "libcurl ffi bindings for Python, with impersonation support."
license = { file = "LICENSE" }
Expand Down

0 comments on commit 132b8b3

Please sign in to comment.