diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7746f6c..691535c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Release chinesecalendar run: python setup.py sdist bdist_wheel - name: Publish chinesecalendar - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_token }} - name: Release chinese-calendar @@ -35,6 +35,6 @@ jobs: sed -i 's/chinesecalendar/chinese_calendar/g' setup.py python setup.py sdist bdist_wheel - name: Publish chinese-calendar - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_token }}