Skip to content

Commit

Permalink
Prepare for actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyberiaK committed Aug 21, 2023
1 parent 429f85e commit 18e3c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='sl10n',
version='0.1.0.1',
version='0.1.0',
description='Static localization system that reduces a headache of working with localization',
package_dir={'': 'sl10n'},
packages=find_packages(where='sl10n'),
Expand Down

0 comments on commit 18e3c18

Please sign in to comment.