parent
91a4ea9b38
commit
b2ae57795f
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
python-version: [3.6, 3.7]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
@ -31,6 +31,7 @@ jobs:
|
|||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.test_pypi_password }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
|
||||
|
@ -38,4 +39,5 @@ jobs:
|
|||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [unreleased] - YYYY-MM-DD
|
||||
## [0.7.2] - 2020-04-07
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ graft wheelhouse
|
|||
|
||||
recursive-exclude __pycache__ *.py[cod] *.orig
|
||||
|
||||
# Include the README
|
||||
# Include the README and CHANGELOG
|
||||
include *.md
|
||||
|
||||
# Include the license file
|
||||
|
|
Loading…
Reference in New Issue