Skip to content

Commit

Permalink
Test python packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Mar 20, 2022
1 parent 2c82660 commit 7ebd48a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Expand Up @@ -25,7 +25,17 @@ steps:
environment:
CC_TEST_REPORTER_ID: 4376447242698573f009af93594132883f11a7c877b87b02563ffddd4949e88b

- name: Test Python Packaging
image: python:3.10
commands:
- pip install twine
- python setup.py sdist bdist_wheel
- twine check --strict dist/*

- name: Upload Python
depends_on:
- Test Python
- Test Python Packaging
image: python:3.10
commands:
- pip install twine
Expand Down

0 comments on commit 7ebd48a

Please sign in to comment.