Skip to content
Snippets Groups Projects
Commit b472a157 authored by John Chilton's avatar John Chilton
Browse files

Attempt to prep a 0.7.0.dev6.

parent 918253dd
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,11 @@ History
.. to_doc
---------------------
0.8.0.dev0
0.7.0.dev6
---------------------
* Attempt to release pulsar as an application and a library for Galaxy
at the same time.
---------------------
0.7.0.dev5
......
......@@ -123,7 +123,9 @@ _release-test-artifacts:
$(IN_VENV) twine upload -r test dist/*
open https://testpypi.python.org/pypi/$(PROJECT_NAME) || xdg-open https://testpypi.python.org/pypi/$(PROJECT_NAME)
release-test-artifacts: dist _release-test-artifacts
dist-all: dist _dist-lib
release-test-artifacts: dist-all _release-test-artifacts
_release-aritfacts:
@while [ -z "$$CONTINUE" ]; do \
......@@ -152,10 +154,11 @@ release: release-local push-release
add-history:
$(IN_VENV) python $(BUILD_SCRIPTS_DIR)/bootstrap_history.py $(ITEM)
dist-lib: clean
_dist-lib:
$(IN_VENV) PULSAR_GALAXY_LIB=1 python setup.py sdist bdist_egg bdist_wheel
ls -l dist
release-test-lib-artifacts: dist-lib _release-test-artifacts
dist-lib: clean _dist-lib
release-lib-aritfacts: release-test-lib-artifacts _release-aritfacts
#release-test-lib-artifacts: dist-lib _release-test-artifacts
#release-lib-aritfacts: release-test-lib-artifacts _release-aritfacts
# -*- coding: utf-8 -*-
__version__ = '0.7.0.dev5'
__version__ = '0.7.0.dev6'
PROJECT_NAME = "pulsar"
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment