Skip to content

Commit

Permalink
Merge pull request #11 from gogo2464/publish-13
Browse files Browse the repository at this point in the history
publish on pipy
  • Loading branch information
gogo2464 authored Nov 11, 2024
2 parents 426508c + 05ea82d commit e9df242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip3 install build &&
python3 -m build
- name: Check wheel
- name: Check wheels
run: |
twine check dist/* &&
pip3 install dist/modular_time_fuzzer_GOGO-0.0.1-py3-none-any.whl --force-reinstall
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: PROPRIETARY License",
"Operating System :: OS Independent",
]

Expand Down

0 comments on commit e9df242

Please sign in to comment.