Skip to content

Commit

Permalink
test: action
Browse files Browse the repository at this point in the history
  • Loading branch information
idoavrah committed Jul 21, 2023
1 parent 2c728d1 commit 6a8ad55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package (Test PyPiI)
name: Upload Python Package to PyPI

on:
workflow_dispatch:
Expand Down Expand Up @@ -40,6 +40,12 @@ jobs:
needs: build

steps:

- name: ls
run: |
pwd
ls -lR
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
authors = [{ name = "Ido Avraham" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
Expand Down

0 comments on commit 6a8ad55

Please sign in to comment.