Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
kr69sugu
camtron
Commits
4bab70eb
Commit
4bab70eb
authored
1 year ago
by
Andrews Cordolino Sobral
Browse files
Options
Downloads
Patches
Plain Diff
Increment pybgs version to 3.3.0.post2
parent
23bbd811
Branches
beta
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
virtualenv-build-test-publish.sh
+4
-0
4 additions, 0 deletions
virtualenv-build-test-publish.sh
with
5 additions
and
1 deletion
setup.py
+
1
−
1
View file @
4bab70eb
...
...
@@ -203,7 +203,7 @@ with open("README.md", "r") as fh:
setup
(
name
=
'
pybgs
'
,
version
=
'
3.3.0.post
1
'
,
version
=
'
3.3.0.post
2
'
,
author
=
'
Andrews Sobral
'
,
author_email
=
'
andrewssobral@gmail.com
'
,
url
=
'
https://github.com/andrewssobral/bgslibrary
'
,
...
...
This diff is collapsed.
Click to expand it.
virtualenv-build-test-publish.sh
+
4
−
0
View file @
4bab70eb
...
...
@@ -47,8 +47,12 @@ python setup.py bdist_wheel
# Upload any generated Wheel distribution packages using Twine
twine upload dist/
*
.whl
# Remove any existing dist directory
rm
-rf
dist/
*
# Create a source distribution package for the project
python setup.py sdist
# Upload the generated source distribution package using Twine
twine upload
--repository
testpypi dist/pybgs-
*
.tar.gz
twine upload dist/pybgs-
*
.tar.gz
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