1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 19:39:43 +00:00

Compare commits

..

No commits in common. "9f1d6ff37cba67217ee8b36b2961e69f3bc17cad" and "4db11b91b7d539d02f8a9ba4d8f0a2c859411288" have entirely different histories.

3 changed files with 4 additions and 27 deletions

View file

@ -92,26 +92,11 @@ steps:
password:
from_secret: DOCKER_PASSWORD
repo: shouptech/humulus
auto_tag: true
tags:
- ${DRONE_TAG}
when:
event:
- 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:
- test

View file

@ -50,13 +50,5 @@ setup(
install_requires=install_requires,
setup_requires=install_requires + ["pytest-runner"],
tests_require=["pytest"],
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",
],
classifiers=[],
)

View file

@ -14,4 +14,4 @@
# The 'dev' portion of this variable will get updated during Drone CI builds
# with a build number for all non-tagged builds.
__version__ = "0.1.dev"
__version__ = "0.0.1.dev"