This website works better with JavaScript.
Home
Explore
Help
Sign In
lafrite
/
Mapytex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Feat: add autopublishing
master
Bertrand Benjamin
8 months ago
parent
27e7dcba20
commit
73b19e9644
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
.drone.yml
+ 9
- 0
.drone.yml
View File
@ -7,3 +7,12 @@ steps:
commands
:
- pip
install
-r
requirements.txt
- pytest
--doctest-modules
./mapytex/
-
name
:
Publish
image
:
plugins/pypi
settings
:
username
:
from_secret
:
pypi_username
password
:
from_secret
:
pypi_password
when
:
event
:
tag
Write
Preview
Loading…
Cancel
Save