Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2028b33572
|
|||
|
33fcbd465a
|
@@ -38,8 +38,17 @@ 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
|
||||
- run: |
|
||||
- name: publish to pulp pypi
|
||||
run: |
|
||||
twine upload --repository-url https://pkg.cleverthis.io/pypi/clevermicro/simple \
|
||||
--username $CI_REGISTRY_USER \
|
||||
--password $CI_REGISTRY_PASSWORD \
|
||||
|
||||
Reference in New Issue
Block a user