Skip to content

Commit

Permalink
Drop twine check
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jan 3, 2024
1 parent cf66557 commit 6eb734d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:

- name: Build and install
run: |
pip install -v ./pyo3-stub-gen-testing[test,publish]
pip install -v ./pyo3-stub-gen-testing[test]
- name: Python Test
run: pytest

- name: Check wheel
run: |
pip wheel -w dist ./pyo3-stub-gen-testing
twine check --strict dist/pyo3_stub_gen_testing-*.whl
1 change: 0 additions & 1 deletion pyo3-stub-gen-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ requires-python = ">=3.9"

[project.optional-dependencies]
test = ["pytest", "pyright"]
publish = ["twine"]

0 comments on commit 6eb734d

Please sign in to comment.