Skip to content

Commit

Permalink
Merge 770d651 into 7bd861b
Browse files Browse the repository at this point in the history
  • Loading branch information
senwu committed Apr 7, 2020
2 parents 7bd861b + 770d651 commit 61b9548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
run: |
pip install -U setuptools wheel pip
python setup.py sdist bdist_wheel
- name: Publish distribution to Test PyPi
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish distribution to Test PyPi
# uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.test_pypi_password }}
# repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased_
-----------
0.0.6_ - 2020-04-07
-------------------

added
^^^^^
Expand Down Expand Up @@ -96,9 +96,10 @@ Removed
^^^^^^^
* `@senwu`_: Remove `checkpoint_clear` argument.

.. _Unreleased: https://github.com/senwu/emmental/compare/v0.0.5...master
.. _Unreleased: https://github.com/senwu/emmental/compare/v0.0.6...master
.. _0.0.4: https://github.com/senwu/emmental/compare/v0.0.3...v0.0.4
.. _0.0.5: https://github.com/senwu/emmental/compare/v0.0.4...v0.0.5
.. _0.0.6: https://github.com/senwu/emmental/compare/v0.0.5...v0.0.6

..
For convenience, all username links for contributors can be listed here
Expand Down

0 comments on commit 61b9548

Please sign in to comment.