47 Commits

Author SHA1 Message Date
TP Honey 4dd24d12d9 Update .drone.yml 2022-12-09 14:10:33 +00:00
TP Honey 72eb444537 Merge pull request #39 from tphoney/harness_move
(maint) move to harness.drone.io
2022-12-09 14:01:27 +00:00
TP Honey bc75d7120a (maint) move to harness.drone.io 2022-12-09 13:56:20 +00:00
Brad Rydzewski fa25cef5f8 Merge pull request #26 from TomVasile/upload-from-nested
include option for nested dist
2020-05-11 11:05:03 -07:00
Thomas Boerger 04526ed614 Merge pull request #27 from SamuAlfageme/add_git
Add git to Dockerfile(s) for setuptools-scm to work
2020-05-11 19:56:07 +02:00
Samuel Alfageme 5cddfdb991 Add git to Dockerfile(s) for setuptools-scm to work
This enables the setuptools_scm python module to fetch
the version to release from git tags and workdir state

See ref. https://pypi.org/project/setuptools-scm/
2020-05-11 16:48:58 +02:00
TomVasile f001295cbb simplify distdir filepath 2020-04-29 16:34:46 +00:00
TomVasile 2ad3a3d861 add flag to test case 2020-04-29 16:26:19 +00:00
TomVasile f140ca3828 Introduce optional flag for dist directory 2020-04-29 16:26:19 +00:00
TomVasile 0e0ddeaf4e fix build dependencies; look for dist in nested dir; 2020-04-29 16:18:34 +00:00
Thomas Boerger 47707faec7 Merge pull request #25 from mhumeSF/fix-testing
Fix testing
2020-04-29 08:02:28 +02:00
Mike Hume 6768ea43ca Fix testing 2019-12-05 13:31:22 -08:00
Thomas Boerger 20c2d5b049 Merge pull request #22 from xoxys/master
set skip_build to false
2019-03-27 20:34:08 +01:00
Thomas Boerger ed363d8ab7 Merge branch 'master' into master 2019-03-27 13:19:55 +01:00
Robert Kaussow 0240060dc2 set skip_build to false 2019-03-26 21:56:39 +01:00
Thomas Boerger 90170ca867 Merge pull request #16 from xoxys/master
rewrite plugin to work with drone 0.8+
2019-02-13 08:51:23 +01:00
Robert Kaussow 9c6d57b743 fix go dependency 2019-02-11 18:20:10 +01:00
Robert Kaussow 712d457c0e fix copy paste errors 2019-02-11 18:14:17 +01:00
Robert Kaussow 5bd3ede5f0 fix wrong archtype in Dockerfile 2019-02-08 15:27:55 +01:00
Robert Kaussow 65ed953a75 Squashed: add pypi service to testing pipeline 2019-02-08 15:27:29 +01:00
Robert Kaussow 36ba180fec refactoring; add service with local pypi instance for testing 2019-02-08 11:28:34 +01:00
Thomas Boerger 4ee936a59e Merge pull request #17 from drone-plugins/renovate/configure
Configure Renovate
2019-01-19 21:32:07 +01:00
Thomas Boerger e02cf964da Update renovate.json 2019-01-19 12:01:42 +01:00
Renovate Bot 59ec3710d4 Add renovate.json 2019-01-19 02:54:59 +00:00
Robert Kaussow 11dc2fc9b8 fix dockerfile; fix cli package; fix readme 2018-12-24 01:54:10 +01:00
Robert Kaussow 4752a957a0 add weblink to twine documentation 2018-12-17 11:13:56 +01:00
Robert Kaussow 0b3c5e7bf2 merge and refactor into plugin repository 2018-12-17 11:10:58 +01:00
Jack Spirou 556af40865 Merge pull request #7 from msteinert/maintainers
Add gtaylor to MAINTAINERS
2016-02-01 23:11:04 -06:00
Michael Steinert 13a763a0db Add gtaylor to MAINTAINERS 2016-02-01 15:17:50 -06:00
Mike Steinert b14f52e412 Merge pull request #5 from msteinert/ci-coverage
Improve CI test coverage
2016-02-01 10:09:46 -06:00
Michael Steinert 1e01d28930 Improve CI test coverage
This change links in a container running [simplepypi][] in order to
exercise the upload functionality during CI testing.

[simplepypi]: https://github.com/steiza/simplepypi
2016-01-19 11:29:41 -06:00
Thomas Boerger e70fd9fae5 Merge pull request #4 from drone-plugins/feature/badges
Added drone and imagelayers badges
2016-01-18 01:11:06 +01:00
Thomas Boerger 6152c79f51 Added drone and imagelayers badges 2016-01-17 23:34:53 +01:00
Mike Steinert 4970706172 Merge pull request #2 from Rio/wheel
add wheel package so bdist_wheel can be executed
2015-12-29 15:54:10 -06:00
Rio Kierkels 2d02cecf2f add wheel package so bdist_wheel can be executed
fixes #1
2015-12-29 17:25:58 +01:00
Brad Rydzewski d2e39f8e7d Updated MAINTAINERS file [CI SKIP] 2015-12-09 14:18:56 -08:00
Brad Rydzewski 80a6ce7e39 Updated MAINTAINERS file [CI SKIP] 2015-12-08 08:57:45 -08:00
Brad Rydzewski 425deb8b77 Created MAINTAINERS file [CI SKIP] 2015-12-07 01:22:35 -08:00
Michael Steinert 601255d8ff Test against testpypi.pytyon.org
Added instructions and artifacts required to test against the PyPI test
server. Also did some minor API refactoring.

This plugin was successfully validated against the test PyPI server.
2015-11-23 10:48:51 -06:00
Michael Steinert fbcdc5e2c8 Simplify command construction 2015-11-18 11:23:25 -06:00
Brad Rydzewski 7b51916e6d fixed incorrect import in unit test 2015-11-17 15:27:12 -08:00
Brad Rydzewski 525e9cb68c setup deployment, moved from drone-plugin-go to drone-go 2015-11-17 15:23:37 -08:00
Michael Steinert ef8a873a37 Merge branch 'origin-master' 2015-11-17 12:14:30 -06:00
Brad Rydzewski 7f1971c0bd Initial commit 2015-11-17 10:07:09 -08:00
Michael Steinert 83e371a470 Also update to the latest version of setuptools 2015-11-12 17:00:30 -06:00
Michael Steinert 0abc8efc0a Use the latest version of pip 2015-11-12 16:17:15 -06:00
Michael Steinert 128a5beca4 Initial commit 2015-11-12 14:30:16 -06:00