mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-09-13 21:46:02 +08:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
850437db3d | |||
7ebb99a317 | |||
a21146f6b6 | |||
e05b440933 | |||
4358e8514e | |||
892dfc6cc0 | |||
4377c021d7 | |||
befe8bd087 | |||
02f334e5bb |
8
.github/workflows/python-publish.yml
vendored
8
.github/workflows/python-publish.yml
vendored
@@ -12,8 +12,8 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# deploy:
|
# deploy:
|
||||||
@@ -42,11 +42,11 @@ jobs:
|
|||||||
name: upload release to PyPI
|
name: upload release to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: pdm-project/setup-pdm@v3
|
- uses: pdm-project/setup-pdm@v3
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
run: pdm publish
|
run: pdm publish -u ${{ secrets.PYPI_API_USER }} -P ${{ secrets.PYPI_API_PASSWORD }}
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
from namekoplus.chassis.chassis import *
|
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "namekoplus"
|
name = "namekoplus"
|
||||||
version = "0.5.0"
|
version = "0.5.3"
|
||||||
description = "A lightweight Python distributed microservice solution"
|
description = "A lightweight Python distributed microservice solution"
|
||||||
keywords = ["lightweight python distributed microservice solution"]
|
keywords = ["lightweight python distributed microservice solution"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -28,7 +28,7 @@ dependencies = [
|
|||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = ""
|
"Homepage" = "https://github.com/Bryanthelol/namekoplus"
|
||||||
"Source Code" = "https://github.com/Bryanthelol/namekoplus"
|
"Source Code" = "https://github.com/Bryanthelol/namekoplus"
|
||||||
"Bug Tracker" = "https://github.com/Bryanthelol/namekoplus/issues"
|
"Bug Tracker" = "https://github.com/Bryanthelol/namekoplus/issues"
|
||||||
|
|
||||||
|
1
src/namekoplus/__init__.py
Normal file
1
src/namekoplus/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from .chassis.chassis import *
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user