Skip to content

Commit

Permalink
Release version 0.0.0.dev48
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Jan 26, 2025
1 parent f47f483 commit 81f9cc5
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/_pkg_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
paths:
- 'pyproject.toml'
- 'pkg/pyproject.toml'

jobs:

Expand All @@ -23,13 +23,14 @@ jobs:

- name: 'Build sdist'
run: |
cd pkg
pipx run build --sdist --wheel --outdir dist/
- name: 'Upload package'
uses: pypa/gh-action-pypi-publish@release/v1
# https://github.com/marketplace/actions/pypi-publish
with:
packages-dir: dist
packages-dir: pkg/dist
verify-metadata: false
verbose: true
print-hash: true
Expand All @@ -47,15 +48,16 @@ jobs:

- name: 'Build sdist'
run: |
cd pkg
pipx run build --sdist --wheel --outdir dist/
- name: 'Upload package'
uses: pypa/gh-action-pypi-publish@release/v1
# https://github.com/marketplace/actions/pypi-publish
with:
packages-dir: dist
packages-dir: pkg/dist
repository-url: https://test.pypi.org/legacy/
verify-metadata: false
verbose: true
print-hash: true
skip-existing: false
skip-existing: false
6 changes: 3 additions & 3 deletions pyproject.toml → pkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ namespaces = true

# ----------------------------------------- Project Metadata -------------------------------------
[project]
version = "0.0.0.dev47"
version = "0.0.0.dev48"
name = "PyShellMan"
requires-python = ">=3.10"
dependencies = [
"rich >= 13.5",
"MDit == 0.0.0.dev57",
"ExceptionMan == 0.0.0.dev57",
"MDit == 0.0.0.dev58",
"ExceptionMan == 0.0.0.dev58",
"ANSI-SGR == 0.0.0.dev10",
]
4 changes: 4 additions & 0 deletions pkg/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rich >= 13.5
MDit == 0.0.0.dev58
ExceptionMan == 0.0.0.dev58
ANSI-SGR == 0.0.0.dev10
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 81f9cc5

Please sign in to comment.