mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-09-13 19:16:04 +08:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
850437db3d | |||
7ebb99a317 | |||
a21146f6b6 | |||
e05b440933 | |||
4358e8514e | |||
892dfc6cc0 | |||
4377c021d7 | |||
befe8bd087 | |||
02f334e5bb |
14
.github/workflows/python-publish.yml
vendored
14
.github/workflows/python-publish.yml
vendored
@@ -12,8 +12,8 @@ on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
# permissions:
|
||||
# contents: read
|
||||
|
||||
jobs:
|
||||
# deploy:
|
||||
@@ -34,19 +34,19 @@ jobs:
|
||||
# run: python -m build
|
||||
# - name: Publish package
|
||||
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
||||
# with:
|
||||
# user: ${{ secrets.PYPI_API_USER }}
|
||||
# password: ${{ secrets.PYPI_API_PASSWORD }}
|
||||
# with:
|
||||
# user: ${{ secrets.PYPI_API_USER }}
|
||||
# password: ${{ secrets.PYPI_API_PASSWORD }}
|
||||
|
||||
pypi-publish:
|
||||
name: upload release to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
|
||||
- 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]
|
||||
name = "namekoplus"
|
||||
version = "0.5.0"
|
||||
version = "0.5.3"
|
||||
description = "A lightweight Python distributed microservice solution"
|
||||
keywords = ["lightweight python distributed microservice solution"]
|
||||
readme = "README.md"
|
||||
@@ -28,7 +28,7 @@ dependencies = [
|
||||
license = {text = "MIT"}
|
||||
|
||||
[project.urls]
|
||||
Homepage = ""
|
||||
"Homepage" = "https://github.com/Bryanthelol/namekoplus"
|
||||
"Source Code" = "https://github.com/Bryanthelol/namekoplus"
|
||||
"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