Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): update pypi packaging #604

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
28359f4
feat: first pass at new packaging
thomasrockhu-codecov Jan 26, 2025
628be10
fix: skip pypy3.9
thomasrockhu-codecov Jan 26, 2025
cd25cc3
fix: add wildcard on pp39
thomasrockhu-codecov Jan 26, 2025
523cb96
fix: no pypy
thomasrockhu-codecov Jan 26, 2025
8ac380f
fix: add in separate publish step
thomasrockhu-codecov Jan 26, 2025
1bf1eb9
fix: update requirements.txt
thomasrockhu-codecov Jan 26, 2025
4f76ae7
fix: pipe
thomasrockhu-codecov Jan 26, 2025
4f8a082
fix: ls first
thomasrockhu-codecov Jan 26, 2025
70afd28
fix: wheelhouse
thomasrockhu-codecov Jan 26, 2025
e0501e9
fix: change the name
thomasrockhu-codecov Jan 26, 2025
5741400
fix: download all artifacts
thomasrockhu-codecov Jan 26, 2025
7440fc8
fix: update tool.setuptools
thomasrockhu-codecov Jan 26, 2025
c21c77b
fix: split the pypi and asset building
thomasrockhu-codecov Jan 26, 2025
a54b07c
fix: use CODECOV_ENV
thomasrockhu-codecov Jan 26, 2025
4e1317d
fix: do some more jiggling
thomasrockhu-codecov Jan 27, 2025
7ff9954
fix: remove log
thomasrockhu-codecov Jan 27, 2025
58adb2f
fix: make it a file
thomasrockhu-codecov Jan 27, 2025
5af56d3
fix: maybe like this
thomasrockhu-codecov Jan 27, 2025
64b4014
fix: remove setup.py cases
thomasrockhu-codecov Jan 27, 2025
0cccacf
fix: show all files
thomasrockhu-codecov Jan 27, 2025
29aefe9
fix: add push tags
thomasrockhu-codecov Jan 27, 2025
c8f1ee6
Update pyproject.toml
thomasrockhu-codecov Jan 27, 2025
18e1b6f
fix: address some comments
thomasrockhu-codecov Jan 27, 2025
84b3110
fix: more comments
thomasrockhu-codecov Jan 27, 2025
ae13da2
fix: versioning
thomasrockhu-codecov Jan 27, 2025
d1de10c
fix: versioning
thomasrockhu-codecov Jan 28, 2025
eed38e0
fix: remove dynamic
thomasrockhu-codecov Jan 28, 2025
c6db499
fix: change pattern
thomasrockhu-codecov Jan 28, 2025
7cabf3f
fix: update the patterns
thomasrockhu-codecov Jan 28, 2025
930fd02
fix: dist/
thomasrockhu-codecov Jan 28, 2025
90ac85c
fix: just dist
thomasrockhu-codecov Jan 28, 2025
1fcbe17
fix: ls
thomasrockhu-codecov Jan 28, 2025
6681711
fix: oops
thomasrockhu-codecov Jan 28, 2025
a8b0785
fix: whats in the dist
thomasrockhu-codecov Jan 28, 2025
19b0087
fix: how about wildcard now
thomasrockhu-codecov Jan 28, 2025
159cc0a
fix: now with codecov
thomasrockhu-codecov Jan 28, 2025
0c2f99d
fix: hack it
thomasrockhu-codecov Jan 28, 2025
63754d6
fix: use steps
thomasrockhu-codecov Jan 28, 2025
5c40814
fix: address comments
thomasrockhu-codecov Jan 30, 2025
badf918
fix: add env to cibuildwheel
thomasrockhu-codecov Jan 30, 2025
ca1386f
fix: formatting
thomasrockhu-codecov Jan 30, 2025
4656ba8
fix: nope
thomasrockhu-codecov Jan 30, 2025
b0706b6
fix: try with manifest
thomasrockhu-codecov Jan 31, 2025
4be3b24
fix: address comments
thomasrockhu-codecov Jan 31, 2025
3d16042
Update .github/workflows/create_release.yml
thomasrockhu-codecov Feb 1, 2025
beb3cca
Update pyproject.toml
thomasrockhu-codecov Feb 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ codecovcli = "codecov_cli.main:run"
packages = ["codecov_cli"]

[tool.cibuildwheel]
thomasrockhu-codecov marked this conversation as resolved.
Show resolved Hide resolved
environment = {PIP_CONSTRAINT = "requirements.txt"}
thomasrockhu-codecov marked this conversation as resolved.
Show resolved Hide resolved
skip = "pp*"


[tool.cibuildwheel.config-settings]
pure-python = "false"
Loading