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

Modify GitHub Actions #27

Merged
merged 36 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fc75e3a
Modify GitHub Actions
SokolAndrey Nov 30, 2024
bc77cd4
Just format
SokolAndrey Nov 30, 2024
28e9f2a
Change trigger
SokolAndrey Nov 30, 2024
caf11d9
Remove windows
SokolAndrey Nov 30, 2024
5799f44
Use python3 instead of python
SokolAndrey Nov 30, 2024
e33f6d4
Change cibuild step
SokolAndrey Nov 30, 2024
7d77453
change python
SokolAndrey Nov 30, 2024
2c5ac27
Change qemu
SokolAndrey Nov 30, 2024
51c17f1
Update build script
SokolAndrey Nov 30, 2024
be1b261
Something else changed
SokolAndrey Nov 30, 2024
f798083
fix url
SokolAndrey Nov 30, 2024
440e304
Only build 311 and 312 and don't build x32
SokolAndrey Nov 30, 2024
a981364
allow writing to token
SokolAndrey Nov 30, 2024
49def4d
allow writing to token
SokolAndrey Nov 30, 2024
8ca6255
fix permisions
SokolAndrey Nov 30, 2024
43fddd8
another attempt to set perms
SokolAndrey Nov 30, 2024
ffa3f95
change path
SokolAndrey Nov 30, 2024
0a6c82f
atuh to aws first
SokolAndrey Nov 30, 2024
9bcb6c8
Update dependencies
SokolAndrey Nov 30, 2024
2a445c5
set dir for wheels
SokolAndrey Nov 30, 2024
4146e6d
Use auth token instead
SokolAndrey Nov 30, 2024
eb0e2fb
try storing creds
SokolAndrey Nov 30, 2024
a5df548
Skip sdst
SokolAndrey Nov 30, 2024
84098e6
auth
SokolAndrey Nov 30, 2024
63d8db7
Chjange min version
SokolAndrey Nov 30, 2024
7278f86
change min version
SokolAndrey Nov 30, 2024
79575d9
dont set macos version
SokolAndrey Nov 30, 2024
f8119b6
another attempt
SokolAndrey Nov 30, 2024
39e69d1
change build
SokolAndrey Nov 30, 2024
7f1a645
fix typo
SokolAndrey Nov 30, 2024
f79e0d6
fix typo
SokolAndrey Nov 30, 2024
44a3928
another attempt
SokolAndrey Nov 30, 2024
82a6e30
skip32 bit
SokolAndrey Dec 1, 2024
83633f9
only build for python 311 and 312
SokolAndrey Dec 1, 2024
79184f5
change version
SokolAndrey Dec 1, 2024
6e0645d
Use dispatch event
SokolAndrey Dec 2, 2024
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
change path
SokolAndrey committed Nov 30, 2024
commit ffa3f95d7674ce2da1c9861c61bf37b7ae875915
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
@@ -84,4 +84,4 @@ jobs:
export TWINE_USERNAME=aws
export TWINE_PASSWORD=`aws codeartifact get-authorization-token --domain ${{env.DOMAIN}} --domain-owner ${{ secrets.AWS_ACCOUNT_ID }} --query authorizationToken --output text`
export TWINE_REPOSITORY_URL=`aws codeartifact get-repository-endpoint --domain ${{env.DOMAIN}} --domain-owner ${{ secrets.AWS_ACCOUNT_ID }} --repository ${{ env.REPOSITORY }} --region us-east-1 --format pypi --query repositoryEndpoint --output text`
twine upload --verbose dist/*
twine upload --verbose ${{ steps.sdist.outputs.paths }}/*.whl