Skip to content

Commit fdadca8

Browse files
author
Agus Makmun
committed
fix: change pypi to use token auth
1 parent 11d07b2 commit fdadca8

9 files changed

+10
-10
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
python setup.py sdist
4747
twine upload dist/*
4848
env:
49-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
50-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
49+
TWINE_USERNAME: __token__
50+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

martor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = "1.6.36"
3+
__VERSION__ = "1.6.37"
44
__RELEASE_DATE__ = "09-Mar-2024"
55
__AUTHOR__ = "Agus Makmun (Summon Agus)"
66
__AUTHOR_EMAIL__ = "[email protected]"

martor/static/martor/css/martor-admin.min.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.36
2+
* Name : Martor v1.6.37
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.bootstrap.min.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.36
2+
* Name : Martor v1.6.37
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.semantic.min.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.36
2+
* Name : Martor v1.6.37
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.36
2+
* Name : Martor v1.6.37
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.36
2+
* Name : Martor v1.6.37
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.semantic.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)