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

Add CI for deployment on PYPI #8

Merged
merged 59 commits into from
Mar 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5aca2f2
try 2
Mar 15, 2023
b293c91
try 3
Mar 15, 2023
4d1eef6
remove other install
Mar 15, 2023
baab865
changer python versions
Mar 15, 2023
75accf3
fix syntax
Mar 15, 2023
608157b
removed double running
Mar 15, 2023
2f01a8a
changed dir to pyavl
Mar 15, 2023
a17de2f
fixed action?
Mar 15, 2023
fc23932
fixed action 2?
Mar 15, 2023
3faf212
no windows for now..
Mar 15, 2023
c22dcf0
try windows again real quick
Mar 15, 2023
76d2def
try again
Mar 15, 2023
f3ed548
give up on windows (would be the first time)
Mar 15, 2023
6fb5093
windows try again
Mar 15, 2023
abfc55e
add missing file
Mar 15, 2023
ca67a6b
try again
Mar 15, 2023
b2b47cc
add link_map
Mar 15, 2023
48b3f40
add ignore warnnings
Mar 15, 2023
96f463c
win try 99
Mar 15, 2023
044a70c
win again
Mar 15, 2023
741841d
combined fort args
Mar 15, 2023
5e90def
meson.build
Mar 15, 2023
f688e91
fix meson
Mar 15, 2023
791177e
added prints
Mar 15, 2023
280949c
new m64 flag
Mar 15, 2023
754e64e
use mingw64
Mar 15, 2023
7ea0140
new link args
Mar 15, 2023
83f8ba4
try 2
Mar 15, 2023
493e6f4
change mem model
Mar 15, 2023
7b21583
try again
Mar 15, 2023
3274eaa
fixed toml?
Mar 15, 2023
aa5d0c5
removed -v args
Mar 15, 2023
215b504
syntax fix
Mar 15, 2023
26ff1ae
more cc args
Mar 15, 2023
e693f24
try again
Mar 15, 2023
1aeb361
try again
Mar 15, 2023
adab564
give up on windows
Mar 15, 2023
c51a067
add upload to pypi
Mar 17, 2023
0c4f6b2
change upload dir
Mar 17, 2023
fa89b5c
try again
Mar 17, 2023
dcf0a42
try again
Mar 17, 2023
cb6b575
try again 2
Mar 17, 2023
d1725c0
try again 3
Mar 17, 2023
aaa0a41
bump version
Mar 17, 2023
99f4736
add extention
Mar 17, 2023
6e2a92d
remove extra dir
Mar 17, 2023
f56709b
try again
Mar 17, 2023
71e7477
added ls
Mar 17, 2023
3d4a0d2
more output
Mar 17, 2023
3f8cfab
added checkout
Mar 17, 2023
4be7cab
syntax err
Mar 17, 2023
2a5bae1
more ls
Mar 17, 2023
4684746
upload arts better
Mar 17, 2023
e43b3ea
tweak art upload
Mar 17, 2023
1ad6dc7
try again
Mar 17, 2023
32283a2
make dist directory
Mar 17, 2023
1ab2fb4
this may be it
Mar 17, 2023
56619c1
remove musllinux
Mar 17, 2023
ac6626c
change version location
Mar 17, 2023
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
Prev Previous commit
Next Next commit
try again 3
  • Loading branch information
Josh Anibal committed Mar 17, 2023
commit d1725c07634272a3e8e5dea972a2e83cab2f4205
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
DYLD_LIBRARY_PATH=/usr/local/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}

- uses: actions/upload-artifact@v3
name: upload the wheels
with:
path: ./wheelhouse/*.whl
name: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
Expand All @@ -87,6 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
name: download the wheels
with:
name: artifact
path: dist
Expand Down