Skip to content

Commit

Permalink
Testing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMLang committed Apr 7, 2024
1 parent 38c4a1f commit 53a10a0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Upload Python Package

on:
release:
types: [published]
push:
branches:
- main
tags:
- 'v*'

jobs:
deploy:
Expand All @@ -27,4 +30,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 53a10a0

Please sign in to comment.