Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Nov 12, 2024
1 parent c85ceb7 commit 829e6d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Publish releases to PyPI

on:
push:
workflow_run:
workflows: ["Check and create tag"]
types:
- completed
branches:
- master
tags:
- v[0-9]+**
- master

jobs:
package_build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build and publish to PyPI
runs-on: ubuntu-latest
environment:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'Intended Audience :: Developers',
'Intended Audience :: Other Audience',

'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Typing :: Typed',
Expand Down

0 comments on commit 829e6d1

Please sign in to comment.