mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 22:29:42 +00:00
Compare commits
No commits in common. "9f1d6ff37cba67217ee8b36b2961e69f3bc17cad" and "4db11b91b7d539d02f8a9ba4d8f0a2c859411288" have entirely different histories.
9f1d6ff37c
...
4db11b91b7
3 changed files with 4 additions and 27 deletions
19
.drone.yml
19
.drone.yml
|
|
@ -92,26 +92,11 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
repo: shouptech/humulus
|
repo: shouptech/humulus
|
||||||
auto_tag: true
|
tags:
|
||||||
|
- ${DRONE_TAG}
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: pypi-release
|
|
||||||
image: python:3.6
|
|
||||||
environment:
|
|
||||||
TWINE_USERNAME:
|
|
||||||
from_secret: TWINE_USERNAME
|
|
||||||
TWINE_PASSWORD:
|
|
||||||
from_secret: TWINE_PASSWORD
|
|
||||||
commands:
|
|
||||||
- pip install twine
|
|
||||||
- python setup.py sdist bdist_wheel
|
|
||||||
- twine upload dist/*
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
|
|
||||||
10
setup.py
10
setup.py
|
|
@ -50,13 +50,5 @@ setup(
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
setup_requires=install_requires + ["pytest-runner"],
|
setup_requires=install_requires + ["pytest-runner"],
|
||||||
tests_require=["pytest"],
|
tests_require=["pytest"],
|
||||||
classifiers=[
|
classifiers=[],
|
||||||
"Development Status :: 5 - Production/Stable",
|
|
||||||
"Environment :: Web Environment",
|
|
||||||
"Framework :: Flask",
|
|
||||||
"License :: OSI Approved :: Apache Software License",
|
|
||||||
"Operating System :: OS Independent",
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@
|
||||||
|
|
||||||
# The 'dev' portion of this variable will get updated during Drone CI builds
|
# The 'dev' portion of this variable will get updated during Drone CI builds
|
||||||
# with a build number for all non-tagged builds.
|
# with a build number for all non-tagged builds.
|
||||||
__version__ = "0.1.dev"
|
__version__ = "0.0.1.dev"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue