Skip to content

Commit

Permalink
Update release.yml to use upload action v2 (#1954)
Browse files Browse the repository at this point in the history
* update release.yml to use upload action v2

* update release notes
  • Loading branch information
thehomebrewnerd authored Mar 14, 2022
1 parent 58e1b2a commit 9d59bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: PyPI Upload
uses: FeatureLabs/gh-action-pypi-upload@v1
uses: FeatureLabs/gh-action-pypi-upload@v2
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Future Release
* Changes
* Update error message when DFS returns an empty list of features (:pr:`1919`)
* Remove ``list_variable_types`` and related directories (:pr:`1929`)
* Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr:`1941`, :pr:`1950`, :pr:`1952`)
* Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr:`1941`, :pr:`1950`, :pr:`1952`, :pr:`1954`)
* Documentation Changes
* Add time series guide (:pr:`1896`)
* Update minimum nlp_primitives requirement for docs (:pr:`1925`)
Expand Down

0 comments on commit 9d59bed

Please sign in to comment.