Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Nov 29, 2023
1 parent b2a191b commit 3be66f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Publish Python 🐍 distribution 📦 to TestPyPI

on: push
on:
push:
branches:
- '**'
tags-ignore:
- '**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name = 'nstools',
version = '1.1.8',
version = '1.1.9.dev1',
url = 'https://github.com/seiya-dev/NSTools',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand Down

0 comments on commit 3be66f2

Please sign in to comment.