Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
china-dictatorship
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ciro DURAN SANTILLI
china-dictatorship
Commits
794bee2b
Commit
794bee2b
authored
4 years ago
by
Ciro Santilli
Browse files
Options
Downloads
Patches
Plain Diff
try to publish again
parent
edc13c30
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+1
-1
1 addition, 1 deletion
package.json
push-mirrors
+15
-10
15 additions, 10 deletions
push-mirrors
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
17 additions
and
12 deletions
package.json
+
1
−
1
View file @
794bee2b
...
...
@@ -22,5 +22,5 @@
"scripts"
:
{
"prepublishOnly"
:
"cp README.adoc README;make"
},
"version"
:
"0.0.5
8
"
"version"
:
"0.0.5
9
"
}
This diff is collapsed.
Click to expand it.
push-mirrors
+
15
−
10
View file @
794bee2b
...
...
@@ -31,16 +31,21 @@ new_version="$(./push-mirrors-bump-package-json-version)"
npm publish
git add package.json
# Python package.
./push-mirrors-bump-setup-py-version
# Initial one time setup.
#python3 -m pip install --user setuptools wheel twine
cp
README.adoc README.html china_dictatorship
python setup.py sdist bdist_wheel
# Asks for username and password every time, unless you setup ~/.pypirc.
twine upload dist/
*
rm
-rf
build dist
*
.egg-info
git add setup.py
## Python package. TODO broken.
## error: invalid command 'bdist_wheel'
## fuck you python packaging.
## Initial setup:
##sudo apt install python3-testresources
##python3 -m pip install --user --upgrade setuptools wheel
#./push-mirrors-bump-setup-py-version
## Initial one time setup.
##python3 -m pip install --user setuptools wheel twine
#cp README.adoc README.html china_dictatorship
#python setup.py sdist bdist_wheel
## Asks for username and password every time, unless you setup ~/.pypirc.
#twine upload dist/*
#rm -rf build dist *.egg-info
#git add setup.py
# Bump package versions
git commit
-m
'bump package version'
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
794bee2b
...
...
@@ -16,7 +16,7 @@ with open(path.join(this_directory, 'README.adoc')) as f:
setup
(
name
=
'
china-dictatorship
'
,
version
=
'
0.0.5
8
'
,
version
=
'
0.0.5
9
'
,
description
=
'
2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 710律师劫,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱
'
,
long_description
=
long_description
,
# Otherwise upload fails with: "The description failed to render in the default format of reStructuredText."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment