Skip to content

Commit

Permalink
👷 FIX pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
renardguill committed Sep 28, 2022
1 parent 3e8cc60 commit f9a2f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
password: "${{ secrets.PYPI_TOKEN }}"
- name: Create GitHub release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
README.MD
CHANGELOG.MD
README.md
CHANGELOG.md
dist/*

0 comments on commit f9a2f29

Please sign in to comment.