Skip to content

Commit 30de97f

Browse files
author
Agus Makmun
committed
fix: sdist command
1 parent f85c1ea commit 30de97f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Build and upload to PyPI
4545
run: |
46-
python setup.py sdist bdist_wheel
46+
python setup.py sdist
4747
twine upload dist/*
4848
env:
4949
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.34
2+
* Name : Martor v1.6.35
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.34
2+
* Name : Martor v1.6.35
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.34
2+
* Name : Martor v1.6.35
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.34
2+
* Name : Martor v1.6.35
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.34
2+
* Name : Martor v1.6.35
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)