forked from tembici/temlogger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto publish releases on tag push (#2)
* Automatize build dist * Fix workflow sintax * Adds checkout action * Setup python version to 3.7 on release job * Auto deploy to pypi test repository * Try automate release to pypi * Rename project before compile * Small changes * Require tag to publish new package version on PyPi
- Loading branch information
1 parent
552a009
commit 4f9aab7
Showing
2 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pandoc<1.1 | ||
setuptools | ||
wheel<0.36 | ||
twine<3.3.0 | ||
pytest<6.2.0 | ||
pytest-cov<2.11 | ||
codecov<2.2.0 |