Skip to content

Commit

Permalink
Merge pull request #20 from tawanda-kembo/ci/streamline-release-process
Browse files Browse the repository at this point in the history
ci: streamline release and publishing process
  • Loading branch information
tawandakembo authored Jul 27, 2024
2 parents 56c6ef3 + b9e7a64 commit 67f9d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions .github/release-drafter.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 67f9d5e

Please sign in to comment.