Skip to content

Commit

Permalink
run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Jan 5, 2024
1 parent e9c7a75 commit 95d662e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Upload to Pypi

on:
release:
types: [published]
on: workflow_dispatch

permissions:
contents: read

jobs:
deploy:
publish:

runs-on: ubuntu-latest

Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
'Intended Audience :: Developers',
'Topic :: Education',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
],
)

0 comments on commit 95d662e

Please sign in to comment.