Compare commits

..

1 Commits

Author SHA1 Message Date
hurui200320 9fc8c08479 test
CI for pypl publish / publish-lib (push) Failing after 57s
Unit test coverage / pytest (push) Failing after 59s
Unit test coverage / pytest (pull_request) Failing after 55s
2025-04-23 15:37:42 +08:00
+1 -10
View File
@@ -38,17 +38,8 @@ jobs:
- name: Build wheel
run: |
python -m build
# upload to forgejo artifacts
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: Python distributes
path: dist/*
if-no-files-found: error
retention-days: 7
# publish
- name: publish to pulp pypi
run: |
- run: |
twine upload --repository-url https://pkg.cleverthis.io/pypi/clevermicro/simple \
--username $CI_REGISTRY_USER \
--password $CI_REGISTRY_PASSWORD \