Skip to content

Commit

Permalink
Deploy to TestPyPI to check if it works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gediminas Kirsanskas committed Dec 18, 2023
1 parent 5a615aa commit 80aabcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/full_test.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: Upload Python Package

on:
release:
types: [created]

workflow_dispatch:
push:
branches: [ main]
pull_request:
branches: [ main ]

jobs:
deploy:
Expand Down Expand Up @@ -49,5 +49,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository testpypi dist/*

0 comments on commit 80aabcd

Please sign in to comment.