Skip to content

Commit

Permalink
Merge branch 'main' into natlinksettingsdir
Browse files Browse the repository at this point in the history
  • Loading branch information
quintijn authored Oct 11, 2023
2 parents 842c3d1 + a96c434 commit d052449
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 54 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/python-build-testypi.yml

This file was deleted.

18 changes: 7 additions & 11 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
contents: read

id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
jobs:
build_and_publish:
# Set up the environment `CI` references the secret `PYPI_API_TOKEN` in repository settings
Expand All @@ -16,14 +16,10 @@ jobs:
- uses: actions/checkout@v2
- name: Installing build Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flit
- name: Building package with flit
run: |
flit build
- name: Publishing 📦 to Test PyPI
# Regarding building artifacts within Platform specific environment see https://github.com/pypa/gh-action-pypi-publish#non-goals
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://upload.pypi.org/legacy/

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies= [
"natlink>=5.3.4",
"pysimplegui>=4.60.3",
"pydebugstring",
"dtactions>=1.5.7",
]
classifiers=[
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion src/natlinkcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''Python portion of Natlink, a compatibility module for Dragon Naturally Speaking
The python stuff including test modules'''
__version__="5.3.6"
__version__="5.3.7"
#pylint:disable=
from pathlib import Path

Expand Down

0 comments on commit d052449

Please sign in to comment.